go/types.operand.isNil (method)
11 uses
go/types (current package)
builtins.go#L91: case x.isNil():
conversions.go#L104: if IsInterface(T) && !isTypeParam(T) || constArg && !isConstType(T) || x.isNil() {
expr.go#L702: if x.isNil() {
expr.go#L711: if x.isNil() {
expr.go#L720: if !x.isNil() {
expr.go#L767: case x.isNil() || y.isNil():
expr.go#L770: if x.isNil() {
expr.go#L1093: if x.isNil() && !hasNil(y.typ) {
expr.go#L1096: if y.isNil() && !hasNil(x.typ) {
operand.go#L224: func (x *operand) isNil() bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)